home *** CD-ROM | disk | FTP | other *** search
- object AddF: TAddF
- Left = 258
- Top = 148
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add Field'
- ClientHeight = 266
- ClientWidth = 351
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 15
- object Label1: TLabel
- Left = 28
- Top = 16
- Width = 298
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Field Name :'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 28
- Top = 106
- Width = 305
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Field Type :'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 94
- Top = 42
- Width = 164
- Height = 22
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 56
- Top = 217
- Width = 79
- Height = 29
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 219
- Top = 217
- Width = 78
- Height = 29
- TabOrder = 2
- Kind = bkCancel
- end
- object ComboBox1: TComboBox
- Left = 99
- Top = 134
- Width = 156
- Height = 23
- Style = csDropDownList
- DropDownCount = 2
- ItemHeight = 15
- Items.Strings = (
- 'String'
- 'Integer')
- TabOrder = 3
- end
- end
-